home *** CD-ROM | disk | FTP | other *** search
/ Max Calendar 2002 / Max Calendar 2002.iso / pc / Data / intro.dxr / 00042_Bottone Desktop.ls < prev    next >
Encoding:
Text File  |  2001-10-17  |  148 b   |  11 lines

  1. global gMac
  2.  
  3. on mouseUp
  4.   eliminaPuppet()
  5.   if gMac = 1 then
  6.     go("BackStartMac", "Utility")
  7.   else
  8.     go("BackStartPc", "Utility")
  9.   end if
  10. end
  11.